home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Festival... a Return to Japan
/
Star Festival... a Return to Japan.iso
/
pc
/
STARFESTIVAL
/
07q.dir
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-11
|
205 b
|
11 lines
on enterFrame
global gqtcurrenttime, gqtcurrentmovie
gqtcurrentmovie = "MSINT.MOV"
if gqtcurrenttime = 0 then
startmovieqt(gqtcurrentmovie)
else
pause()
gqtcurrenttime = 0
end if
end